crypto/sha1.digest.nx (field)
13 uses
crypto/sha1 (current package)
sha1.go#L41: nx int
sha1.go#L58: b = append(b, d.x[:d.nx]...)
sha1.go#L59: b = b[:len(b)+len(d.x)-int(d.nx)] // already zero
sha1.go#L79: d.nx = int(d.len % chunk)
sha1.go#L114: d.nx = 0
sha1.go#L134: if d.nx > 0 {
sha1.go#L135: n := copy(d.x[d.nx:], p)
sha1.go#L136: d.nx += n
sha1.go#L137: if d.nx == chunk {
sha1.go#L139: d.nx = 0
sha1.go#L149: d.nx = copy(d.x[:], p)
sha1.go#L177: if d.nx != 0 {
sha1.go#L206: nx := byte(d.nx)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)